public ProtoMessage CreateAssetClassListResponse(string clientMsgId = null)
 {
     return(CreateMessage((uint)ProtoOAPayloadType.PROTO_OA_ASSET_LIST_RES, ProtoOAApplicationAuthRes.CreateBuilder().Build().ToByteString(), clientMsgId));
 }
 public ProtoOAApplicationAuthRes GetApplicationAuthorizationResponse(byte[] msg = null)
 {
     return(ProtoOAApplicationAuthRes.CreateBuilder().MergeFrom(GetPayload(msg)).Build());
 }
 public ProtoMessage CreateAppAuthorizationResponse(string clientMsgId = null)
 {
     return(CreateMessage((uint)ProtoOAPayloadType.PROTO_OA_APPLICATION_AUTH_RES, ProtoOAApplicationAuthRes.CreateBuilder().Build().ToByteString(), clientMsgId));
 }