public virtual void DeleteZone(string zoneName) { try { ps.Remove_DnsServerZone(zoneName); } catch (Exception ex) { Log.WriteError(ex); } }