package dto type UserAliasNameDTO struct { UserId string AliasName string }