public SourceControlBackupService(IAllConfiguration allConfiguration, IVsoRestApiService apiService, IFileSystemService fileSystemService, ILogger logger, IGitService gitService)
 {
     _allConfiguration  = allConfiguration;
     _apiService        = apiService;
     _fileSystemService = fileSystemService;
     _logger            = logger;
     _gitService        = gitService;
 }
 public SourceControlBackupService(
     IAllConfiguration allConfiguration, IVsoRestApiService apiService,
     IFileSystemService fileSystemService, ILogger logger, IGitService gitService)
 {
     _allConfiguration = allConfiguration;
     _apiService = apiService;
     _fileSystemService = fileSystemService;
     _logger = logger;
     _gitService = gitService;
 }