* @license MIT */ class JsonRpc extends BaseAdapter { /** * {@inheritDoc} */ protected function getServiceName(string $wrappedClass, string $method) : string { return $wrappedClass . '.' . $method; } }