public async Task <int> GetTotalLiveApprenticeships()
        {
            var documentClient = _cosmosDbHelper.GetClient();

            return(await _cosmosDbHelper.GetTotalLiveApprenticeships(documentClient, _settings.ApprenticeshipCollectionId));
        }