public static string GetScrollHeight(this IJSRuntime js, ElementReference el) => js.Get <object>(el, "scrollHeight").ToString();