public static string GetSfwValue(SFWTypes Type) { string Value; Dictionary.TryGetValue(Type, out Value); return(Value); }
public static async Task <NekoImg> GetImageAsync(SFWTypes ImageType) { return(await GetImageData(SFWImageType.GetSfwValue(ImageType))); }