new MkAnswer.Simple(HttpURLConnection.HTTP_OK, fileContent)
);
container.start();
final Gist gist = new RtGist(
new MkGithub(),
new ApacheRequest(container.home()),
"test"
);
final String content = gist.read("hello");
final Gist forkedGist = gist.fork();
try {