namespace RandomFileRunner { public class AppSession { public bool AlwaysOnTop { get; set; } = false; public int NoFrames { get; set; } = 3; } }