Enforce StorableHook Names The method that is marked to be a storable hook should always be called similar to the respective hook type. Method {0} is attributed as a StorableHook. It needs to be called {1}. Error NonBreaking Enforce One StorableHook Per Class Each class shall have only one storable hook of each type. Class {0} declares {1} storable hooks of type {2}. Merge these into one hook. Error NonBreaking