) => _t4PsiModuleProvider = new T4PsiModuleProvider( lifetime, shellLocks, changeManager, t4Environment, templateDataManager );
public ConnectionManager(Lifetime lifetime, int port) => Model = SetupModel(lifetime, port);
Register <TService>(registration.WithLifetime(lifetime ?? DefaultServiceLifetime), registrationMode);
public ConnectionManager(Lifetime lifetime, [NotNull] ISolution solution) => SetupModel(lifetime, solution);