public override HttpContent GetContent()
 {
     return(new StringContent(ResponseUtility.GetJobStatusChangeResponse()));
 }