public virtual ServiceSettingsResponseInfo GetServiceSettings()
        {
            if (!opened)
            {
                throw new InvalidOperationException("The service has never been opened or it was closed previously.");
            }

            return(client.GetServiceSettings());
        }