using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace JsonRPCTest.Controllers { public class Item { public string aaa { get; set; } public string ccc { get; set; } } }