namespace jive { public interface Query { TOutput fetch(); } public interface Query { TOutput fetch(TInput item); } }