26 * @brief Register a new profile by string-name.
27 * @tparam T Target actor class that this profile represents and will instantiate.
28 * @param name The identifier of this profile, to which the namespace will automatically be prefixed.
29 * @return A builder on which additional methods for setting parameters are available.
30 * @warning One profile per instantiation of T, meaning if two profiles with the same class are desired, a second class that inherits the first is required to force creation of a new template instance.