public static JObject Score(string[][] board) { ValidationMethods.ValidateBoard(board, board.Length); return(RuleChecker.Score(board)); }