A call to `GetXXX() (XXX, error)` should always - return XXX, nil if found - return nil, ErrNotFound if not found reference: https://github.com/moov-io/customers/pull/236#r502549381_
A call to
GetXXX() (XXX, error)should alwaysreference: #236 (comment)_