Future<User> getByToken(int token) async { // throw Exception('Test error'); return mimicNetworkRequest(MockDataStore.user); }