public Task <TAggregate> GetAsOfDate(Guid aggregateId, DateTimeOffset asOfDate) { return(innerRepository.GetAsOfDate(aggregateId, asOfDate)); }