public static void Create(string text, string author) { Application.Current.Dispatcher.Invoke(() => { var view = new TweetView(text, author); view.FadeIn(); }); }