public override void DeleteCustomerAsync(string customerUsername)
 {
     m_provisioningServiceProxy.DeleteCustomerAsync(customerUsername);
 }