public static void Destroy() { if (_currentProvider != null) { _currentProvider.Destroy(); } }
public void Destroy() { client.Destroy(); }