namespace JSMR.Application.Common; public interface ISupportedLanguage { string Code { get; } Language Language { get; } }