package coreinterface type IsNullChecker interface { IsNull() bool }