namespace JSMR.Infrastructure.Common.Time; public interface IClock { DateTimeOffset UtcNow { get; } }