namespace KitsuneCafe.SOAP { public interface IEvent { void Raise(T value); } }