namespace AipGateway.API.Service.Models { public class IpAddress { public string ipAddress { get; set; } } }