namespace Shared.Models.Browser { public class KeepopenContext { public bool keepopen { get; set; } public int keepalive { get; set; } public int min { get; set; } public int max { get; set; } } }