Get information about the account associated with the provided API key
Future<Account> getAccount({ String? apiKey, }) async { return _userService.getAccount(apiKey: apiKey ?? _apiKey); }