* @throws ActionFailedException if there has been an error
*/
@Nonnull
public static ActionResponse create( @Nonnull ClientResponse response ) throws ActionFailedException {
verifyNoError( response );
return new ActionResponseSerializer().deserialize( response );
}