public static IServicesImplementationCollection FromAssemblyContaining <TType>()
 {
     return(ServicesImplementation.FromAssembly(typeof(TType).Assembly));
 }
 public static IServicesImplementationCollection FromAssemblyContaining(Type type)
 {
     return(ServicesImplementation.FromAssembly(type.Assembly));
 }