Request information about movie from IMDB.
namespace MovieNavigator.Core { public interface IDataPagination { void ProcessData(); } }