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