public interface IDiscoverySenderCommandHandlerPublic Interface IDiscoverySenderCommandHandlerpublic interface class IDiscoverySenderCommandHandlertype IDiscoverySenderCommandHandler = interface end| HandleCompletedCommandAsync | Make decision about whole command success. |
| HandleResponseAsync | Handler for each received component response. |
| IsApplicable | Whether the handler is applicable to a command of given type. |
| PrepareRequestAsync | Prepare send command request. |