if (address(_token) != address(this)) {
  require(_lock.underlying() == _token, 'UNDERLYING');
}
