public static LoaderSpinnerWrapper GetLoader(this Window wnd)
 {
     return(AsyncUtils.GetLoader(wnd));
 }