xxxxxxxxxx
protected function setup_instance() {
// Setup the client.
self::$client = new Awesome\Remote\File\Storage\System();
// Create a directory for use during the current request.
// This directory will be automatically removed at the end of the request.
self::$filedir = make_request_directory();
}