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