namespace SummerBestWebForm2.ClassObj; public class IPAddressService { public const string TokenName = "IPAddress"; public string RemoteIpAddress { get; set; } = "Not Set"; }