public static bool IsOnSameGradeAs(this BoardLocation source, BoardLocation target) { return(source.Grade() == target.Grade()); }