using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Top.Api.Response { /// <summary> /// UserYunosGetResponse. /// </summary> public class UserYunosGetResponse : TopResponse { } }