public static ICypherFluentQuery AndWhere(this ICypherFluentQuery query, string prop, string value) { return(query.AndWhere($"{prop} = '{value}'")); }