public string TimeSpentInUniversity(DateTime joinedDate) { return(_dateCalculator.TimeSpentInUniversity(joinedDate)); }