<?php

namespace App\Service;

interface ExecutableInterface
{
    public function execute(String $domain);
}
