using Microsoft.AspNetCore.Http; 
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;

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