public string WriteShape(IShape shape) { #pragma warning disable 612 return(_context.ToString(shape)); #pragma warning restore 612 }