protected override async Task <DateTime> Handle(GetDateCommand request) { return(await _date.Get()); }