public Cat ChangeHunger(HungerAction action)
 {
     _cat.ApplyAction(action);
     return(_cat);
 }