public DiaryPresenter(IClock clock, Diary diary, License license) { // TODO: Complete this.diary = diary; this.license = license; }