.AddComposers() in the ConfigureServices method of the Startup class.
Manual registration
If you, for what ever reason, have removed the.AddComposers() call and manually have registered the Umbraco services, you can register Enterspeed using the .AddEnterspeed() method.