using System.Collections.Generic; namespace Knoks.Api.Client.Invoker { public class ApiArray { public IEnumerable Items { get; set; } } }