public override bool Work(PersonBase workingPerson) { workingPerson.FillTiredness(bedComfort); return(true); }