<?php

namespace Cardinity\Method;

/**
 * Method interface identifies method which returns collection of items.
 */
interface MethodResultCollectionInterface extends MethodInterface
{
    
}
