public void Execute()
 {
     //Call the receiver
     _taskReceiver.MarkTaskCompleted(_title);
 }