Future closeQuestion({required String questionId}) { return _questionRepository.closeQuestion(questionId: questionId); }