Create a user control similar to the following: ```C# public MyUserControl() : this(null!) { } public MyUserControl([Dependency] IService service) { } ``` Right now, design builds fail. It would be nice if this didn't happen.