public bool IsConnected() { return(authenticationStrategy != null && authenticationStrategy.IsConnected()); }