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