You have an assembly named Assembly1that is written in C#. Assembly1has a method named Method1. You add a new method named Method2to Assembly1. Method2is a newer version of Method1and must be used by applications in the future. You need to ensure that if a developer builds a project that uses Method1, the developer is notified that Method1is deprecated. What should you do?