namespace CANFDApiProxy.Requests { internal class ClocksRequest { public string cmd { get; set; } public string time { get; set; } } }