namespace Shared.Models.AppConf { public class WsConf { public string type { get; set; } public int inactiveAfterMinutes { get; set; } } }