/** * @brief Get a region. * * return region. */ public string GetRegion() { Log.Debug("[Session] GetRegion"); return(SessionImpl.GetRegion()); }