public static A CreateGenerator <A>(IGenerationServiceType <A> type)
 {
     return(ThreadSecurityContext.CreateGenerator(type, CryptoServicesRegistrar.GetSecureRandom()));
 }