namespace jive { public interface ApplicationThread { T provide_slot_for() where T : class, new(); } }