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