public Customer GetCustomersBySubscriptionKey(string subscriptionKey)
 {
     return(repository.GetCustomerBySubscriptionKey(subscriptionKey));
 }