namespace WalletConnectSharp.Core.Models { public interface IEventSource { string Event { get; } } }