我有我的类,例如:
[Serializable]
public class ServerItem
{
public string Id { get; }
public string Name => this.info.Name;
public bool IsOptimal { get; set; }
public string Region => this.info.Region;
public string City => this.info.Description;
public Point? Location {