Component: don't require to overwrite _validate or _finalize
For simple models no _validate or _finalize is needed to run correctly.
I replaced the NotImplementedError
with a debug log stating that the respective method was not implemented by the user.
See #77 (closed)