public void BeginActionWithoutEndActionNotAllowed() { IAsyncController controller = new ControllerWithBeginIndexWithoutEndIndex(); services.ControllerDescriptorProvider.BuildDescriptor(controller); }