Signs out the current user, if there is a signed-in user.
SignOut()
await supabase.Auth.SignOut();
await supabase.Auth.SignOut(SignOutScope.Local);