public override void CreateCustomerAsync(Customer customer)
 {
     m_provisioningServiceProxy.CreateCustomerAsync(customer);
 }