namespace HTraceWSGI.Scripts.Infrastructure { internal interface IPing { bool Ping(CustomPassObject customPassObject); } }