private void GeneratorCreateThrows( )
 {
     _generator.When(x => x.CreateArgument(_typeClass))
     .Do(_ => throw new Exception("Test"));
 }