Future<void> deleteUserByExternalId(int externalId) { return DeleteUserQuery.byExternalId(externalId).perform(); }