public byte[,] GetMultiArrayAsCopy() { var copy = new byte[Width, Height]; consoleCharacterBuffer.CopyTo(copy, 0); return(copy); }