namespace HushianWebApp.Models { public class WindowSize { public int Width { get; set; } public int Height { get; set; } } }