public function dateNowOf(Clock $clock)
 {
     return $this->dateFrom(LocalDate::nowof($clock));
 }