private string GetDashedLine(int count) { var dashedLine = new string(Dash, count); return dashedLine; }