using xIdentityModels.Dtos; namespace xIdentityModels.Models { public class XLoginResponse : XTokenResponse { public XUserProfileDto Profile { get; set; } } }