Currently decorating open generic service descriptions is impossible. Example: ```csharp services.AddTransient(typeof(ISomeService<>), typeof(SomeService<>)).Decorated(); ```