/** * @dev get net flow rate for given account for given token * @param token Super token address * @param account Account to query * @return flowRate The net flow rate of the account */functiongetNetFlowRate(ISuperToken token,address account)internalviewreturns (int96 flowRate)