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