namespace VCommon.VSwaggerUI { public interface ISwaggerUiResourceProvider { byte[] GetBinResource(string name); string GetIndex(string api); } }