public bool DoesDiversityDetailsExistForCustomer(Guid customerId)
        {
            var documentDbProvider = new DocumentDBProvider();

            var doesDiversityDetailsExistForCustomer = documentDbProvider.DoesDiversityDetailsExistForCustomer(customerId);

            return(doesDiversityDetailsExistForCustomer);
        }