public VersionedItemData CheckOut(string id, bool permanentLock, ReadOptions readBackOptions)
 {
     return(_client.CheckOut(id, permanentLock, readBackOptions));
 }