public override void DeleteSIPAccount(SIPAccount sipAccount)
 {
     m_provisioningServiceProxy.DeleteSIPAccountAsync(sipAccount);
 }