using System; namespace SUISSEngine { public interface IRatingRequestManager { void NotifyInterestingEvent(); } }