@override Future<void> logout({required String authorization}) async { await _client.request( method: 'DELETE', path: '/auth', headers: {'authorization': authorization}, ); }