private void InitTask() { _task = new ESTask(_questionObject.taskId); //throw error if null _task.AddQuestion(this); }