namespace LightlessSync.LightlessConfiguration.Configurations; public interface ILightlessConfiguration { int Version { get; set; } }