$command = (new Command\Builder\StoreObject($riak))
->buildObject('{"firstName":"John","lastName":"Doe","email":"johndoe@gmail.com"}')
->buildBucket('users')
->build();
$response = $command->execute();
$user_location = $response->getLocation();