public class CreateStreetDTO { public string Name { get; set; } public int Capacity { get; set; } public List Geometry { get; set; } }