namespace Azaion.Common.DTO; public interface IAzaionModule { string Name { get; } string SvgIcon { get; } Type MainWindowType { get; } }