namespace Polonium.Interfaces; public interface ITimeConsumer { public void Process(double time); }