namespace PluginLoader.Data; public interface ISteamItem { string Id { get; } ulong WorkshopId { get; } }