SpApplication>>start
"This method is a hook automatically invokedOverride this to start your application.
Pay attention that this is your responsibility to configure the presenter you are opening
using the message application: so that it knows its application.
Here is a possible definition
start
MyPresenter new
application: self;
open
"