public FieldMap[] Map(MessageComponent component)
        {
            var type = component.GetType();

            return(MapType(type));
        }