public void GetRestaurantDishes_Successfully()
        {
            //TODO: hardcoded
            var list = controller.GetRestaurantDishes(1);

            Assert.IsNotNull(list);
        }