public void IsValidValueThrowsException() { var instance = new CTime(); instance.IsValidValue(null); }