namespace Toolkit.Foundation; public interface IDecoratorService { T? Service { get; } void Set(T service); }