namespace CompetitionAPI.api.unity { public class DetectingIPRequest { public string IP { get; set; } } }