public override void GetCustomerAsync(string username)
 {
     m_provisioningServiceProxy.GetCustomerAsync(username);
 }