namespace VNCServerList.Models { public class VNCPathRequest { public string Path { get; set; } } }