namespace CANFDApiProxy.Requests { internal class FileRequest { public string cmd { get; set; } public string path { get; set; } } }