namespace Cloud.Requests { public class FarmRequest { public string Name { get; set; } public string RaspberryIP { get; set; } } }