public async Task Disconnect() { Status = $"Disconnecting ..."; await _client.Disconnect(); NotifyConnectionsStatus(); }