function Complete(){ this.IsComplete( true ); this.AssignedBy().MessengerService().Send( this.AssignedTo(), "Task completed", "The following task was completed: #this.Description()#" ); }