public async Task <string> GetCustomerByIdAsync(Guid customerId) { return(await _documentDbProvider.GetCustomerByIdForUpdateAsync(customerId)); }