public static void Tell(ImageMessage msg) => SelfActor.Tell(msg);
public static void Tell(StringMessage msg) => SelfActor.Tell(msg);