namespace Knoks.Api.Client
{
public class ApiResponse<T>
public ApiError Error { get; set; }
public T Result { get; set; }
}