<?php namespace Tests\Unit; use Google\Protobuf\Internal\Message; interface ProtoRequest { public function create_request_protobuf():Message; }