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