// Static
 public new static JsonUploadRequestMessage Parse(string value)
 {
     return(JsonChunkMessage.Parse <JsonUploadRequestMessage>(value));
 }
 // Static
 public new static JsonDownloadResponseMessage Parse(string value)
 {
     return(JsonChunkMessage.Parse <JsonDownloadResponseMessage>(value));
 }