protected void DisplseWiki() { Task.Run(async() => { await Task.Delay(1000); osu.Remove(Wiki); Wiki.Dispose(); }); }