<?php
declare(strict_types=1);
namespace Http\IInterface;
interface Service
{
public function onInit();
}