namespace Common.Config { public interface IConfig { int Id { get; } } }