namespace IRCRobots { public class STSPolicy { public int Created { get; set; } public int Port { get; set; } public int Duration { get; set; } public bool Preload { get; set; } } }