public MockConfiguration AddNamespaceOf <T>()
 {
     ConfigurationHelper.AddNamespaceOf <T>(this, this.mappedTypes);
     return(this);
 }