public bool CanAcceptTalk(Talk talk)
 {
     return(TimeLeft().TotalMinutes >= talk.DurationInMinutes());
 }