public void Show(Snackbar snackbar, float duration) { _snackbar = snackbar; _snackbar.SetCallback(this).SetDuration((int)duration).Show(); }