static Type RegisteredType(string code) { return(ActorTypeCode.RegisteredType(code)); }
static string RegisteredCode(Type type) { return(ActorTypeCode.RegisteredCode(type)); }
public override string ToString() { return(Serialize(ActorTypeCode.CodeOf(Type))); }