namespace eSuite.Core.Clock { public class UtcClock : IClock { public DateTimeOffset GetNow => DateTimeOffset.UtcNow; } }