[WebMethodAttribute(Description = "Get a list of agreements and their statuses.")]
public FilteredResult<DigitalSignatureAgreement> GetAgreements(
	int skip,
	int take,
	GridFilter filter,
	List<SortDescriptor> sorting,
	List<ColumnInformation> columns
)