final MkContainer container = new MkGrizzlyContainer().next(
new MkAnswer.Simple(HttpURLConnection.HTTP_NO_CONTENT, "")
).start();
final RtGist gist = new RtGist(
new MkGithub(),
new FakeRequest().withStatus(HttpURLConnection.HTTP_NO_CONTENT),
"gistName"
);
final RtGistComment comment = new RtGistComment(
new ApacheRequest(container.home()), gist, identifier
);