namespace StabilityMatrix.Core.Models.Settings; public record WindowSettings(double Width, double Height, int X, int Y);