namespace Queries
{
public class Movie
public string Title { get; set; }
public float Rating { get; set; }
public int Year { get; set; }
}