public string FormatPostRequest(GruntEncryptedMessage Message) { return(Format(this.PostRequest, Message)); }
public string FormatGetResponse(GruntEncryptedMessage Message) { return(Format(this.GetResponse, Message)); }