public string GetText()
 {
     return(PayLoadExtension.GetText());
 }
 public PayLoad GetJson()
 {
     return(PayLoadExtension.Make());
 }