package com.orbekk.same; public interface ServiceOperation { void run(String url); }