type Base struct {
WithHost// Shared between actors GlobalContext context.Context// For actor ActorContext context.Context// For non-blocking tasks to end later. E.g. serving data in the background. SpawnContext SpawnFn// For command Log logrus.FieldLogger
}