public void SetUp()
        {
            _task = new Task();

            _otherTask = new Task();

            _task.IsLessImportantThan(_otherTask);
        }