<?php namespace App\JsonRpc; interface OrderServiceInterface{ }
<?php
namespace App\JsonRpc;
interface OrderServiceInterface
{
}