public UpdateGitTrendsStatistics(GitHubApiV3Service gitHubApiV3Service, BlobStorageService blobStorageService) => (_gitHubApiV3Service, _blobStorageService) = (gitHubApiV3Service, blobStorageService);
public GetGitTrendsStatistics(BlobStorageService blobStorageService) => _blobStorageService = blobStorageService;
public GetLibraries(BlobStorageService blobStorageService) => _blobStorageService = blobStorageService;
public UpdateLibraryCache(NuGetService nuGetService, BlobStorageService blobStorageService) => (_nuGetService, _blobStorageService) = (nuGetService, blobStorageService);