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