using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace WebInterface { public class ServerParameters { public string ApiKey { get; set; } public int Players { get; set; } } }