If you want optional objects, make them nullable. ...
# getting-started
h
If you want optional objects, make them nullable. If you want to be sure that all parts are present, don't use nullable types and throw an exception instead.