Takes in an object and returns true if it is null.
bool IsNull(this object source) => source == null;