Implemented type must be an interface
An Implements statement does not specify an interface. A class can implement only an interface.
Error ID: BC30232
To correct this error
Ensure that the interface name is spelled correctly.
If the statement specifies a class, consider using the Inherits statement.