using System; namespace BITKit { public interface IServiceRegister { Type BaseType { get; } } }