There's a difference between passing a null parameter and passing nothing at all.

// this passes nothing at all, not even a null
Import acct1 = new Imports();

// this passes a null value...