using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Example.Models { public class CurrentServerLoggedOn { public bool status { get; set; } public string apiPort { get; set; } public string serverID { get; set; } } }