namespace AyCode.Interfaces.Profiles.Dtos; public interface IAcProfileName : IAcFullName { string Name { get; set; } //string NickName { get; set; } }