/// <summary>
 /// Alls the types.
 /// </summary>
 /// <returns></returns>
 public TConfigurationHelper AllTypes()
 {
     _messageBuilder.Register(_register.AllTypes());
     return(_configurationHelper);
 }