public async Task UpdateQuestionAsync(DomainQuestion question) { throw new NotImplementedException(); }
public async Task <Guid> AddQuestionAsync(DomainQuestion question) { throw new NotImplementedException(); }