using System.Configuration; namespace ScreenConnect; public record struct ConfigurationSectionInfo(string FilePath, string SectionName, bool IsWriteable, bool IsTrustworthy, Configuration? Configuration = null, ClientSettingsSection? Section = null);