namespace JSMR.Infrastructure.Common.SupportedLanguages; public interface ISupportedLanguage { string Code { get; } }