is this the correct format for trying to get a cloud sync's section media container ?
I am trying this end point
string.Format ("server/{0}/section/sync/{1}/library/sections/{2}",this.machineIdentifier.ToString(), this.user.cloudSyncDevice.ToString(), sectionNumber.ToString());
is this correct?