namespace RSND.Core.Querying.Queries; public class GetQuery : IQuery { public string Type { get; set; } public string Table { get; set; } public string Select { get; set; } public string Where { get; set; } }