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