public function setUp()
{
$this->datastore = new DatastoreClient();
$this->connection = $this->prophesize(ConnectionInterface::class);
$this->operation = new \OperationStub($this->connection->reveal(), 'my-awesome-project', '', new EntityMapper('my-awesome-project', true, false));
}