Class Stop.
Inheritance: ISystemMessage
 private void Process(Stop stopMessage)
 {
     Context.Stop(Self);
 }