public GeneralState Get() { this.logger.LogDebug("GET api/v1/status"); return(GeneralState.ConvertFromPoolState(this.poolControl.GetPoolControlInformation())); }
public GeneralState GetStates() { return(GeneralState.ConvertFromPoolState(this.poolControl.GetPoolControlInformation())); }