public async void SnackError(string message, string title, TypeSnackBar typeSnackBar) { await dialogs.SnackBarError(message, title, typeSnackBar); }