namespace WalletConnectSharp.Core.Events { public interface IEvent { void SetData(T data); } }