using Microsoft.AspNetCore.Http; 
using System.Threading.Tasks;

namespace ReZero.SuperAPI
{
    public interface IDynamicApi:ISuperApi
    {
    }  
}