namespace ApplicationLayer.InfrastructureServicesInterfaces; public interface IDateTimeProvider { /// Returns current date and time DateTime Now(); }