using SmallInjectorDemo; namespace InjectorTest { public class TestClock : IClock { public string CurrentDateTime => "-"; } }