@override Future<bool> deleteToken() async { _webSocket.disconnection(); return await _authRepository.logOut(); }