namespace NftFaucet.Plugins.NetworkPlugins; public interface INetworkPlugin { public IReadOnlyCollection Networks { get; } }