protected override Comment[] Run(NameValueCollection parameters, byte[] requestBody)
 {
     return(databaseCommentReader.GetAll());
 }