public static bool HasComponent <TServiceType>(this IContainerConfigurator container)
 {
     return(container.HasComponent(typeof(TServiceType)));
 }