namespace WorldOfPeacecraft { public interface IGui { void PerformRefresh(); void SetBackend(IBackend backend); } }