namespace eSuite.Core.Clock; public interface IClock { DateTimeOffset GetNow { get; } }