/// <inheritdoc /> public object CreateNewItem(Type type) { return(_itemFactory.CreateNewItem(type)); }