public interface Command {
   ResponseContext execute(RequestContext requestContext);
}