Here is an example that confuses Zyan (submitted by [davegrafton](https://www.codeplex.com/site/users/view/davegrafton)):
```VB
Public Sub execEngineCommand(commsPacket As CommsInfoEx) _
Implements IEngineLink.sendEngineCommand
```
Explicitly implemented methods can be renamed.
ZyanDispatcher isn't able to call the renamed method through the interface.
```VB
Public Sub execEngineCommand(commsPacket As CommsInfoEx) _
Implements IEngineLink.sendEngineCommand
```
Explicitly implemented methods can be renamed.
ZyanDispatcher isn't able to call the renamed method through the interface.