namespace common { public interface Handler { void handle(object item); } public interface Handler { void handle(T item); } }