4. 'I' prefix for Interface only
- Now : class or abstract may begin with prefix 'I' e.g. public class IEntityVisibilityChangedEvt_Args (this is related to interface IEntity)
- Suggested : class and abstract should not begin with prefix 'I' e.g. public class EntityVisibilityChangedEventArgs
This happens mostly on `Evt_Args` classes