public RowResourcesImpl(SmartsheetImpl smartsheet)
     : base(smartsheet)
 {
     this.attachments = new AssociatedAttachmentResourcesImpl(smartsheet, "row");
     this.discussions = new AssociatedDiscussionResourcesImpl(smartsheet, "row");
 }