public static async Task Disconnect() { await CurrentConnection.DisconnectAsync(); CurrentConnection = null; }