public override HttpContent GetContent()
 {
     return(new StringContent(CoreResponseUtility.GetError()));
 }