// Compiler options: -t:library public interface IServicesContainer { void Register () where T : I; void Register (object instance); }