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