public void GetDocument() { var LDocIndex = FClientFile.GetCurrentDocIndex(); var LDoc = FClientFile.GetDocument(LDocIndex); Assert.IsNotNull(LDoc); LDoc.GetCurrentReturnId(); }