namespace Toolkit.Foundation; public interface IProvider { TService? Get(TParameter value); } public interface IProvider { TService? Get(); }