public UnifiSession(UnifiAccount account) : base(account) { }
protected bool Equals(UnifiAccount other) { return(base.Equals(other) && string.Equals(IdentityServer, other.IdentityServer) && string.Equals(ClientScope, other.ClientScope) && string.Equals(ClientSecret, other.ClientSecret)); }