namespace Toolkit.Framework.Foundation; public interface IServiceCreator { object Create(Func creator, params object[] parameters); }