Future<CubeUser?> getUserByTwitterId(String twitterId) { return getUserByIdentifier(FILTER_TWITTER_ID, twitterId); }