public async Task <CustomerProfileModel> GetCustomerProfileAsync(Guid customerId)
 {
     return(await _customerProfileRepository.GetCustomerProfileAsync(customerId));
 }