using SkinsApi.Sources; namespace SkinsApi.Interfaces.Services { public interface ISkinService { Task GetSkinStreamAsync(string data); } }