public Cell GetCell(int rowIndex, int columnIndex) => _sheetService.GetCell($"{SpreadSheetId}/{Sheet.SheetId}", columnIndex, rowIndex);