public ushort[] GetWriteValue() { if (IntConverter == null) { throw new NullReferenceException(); } return(IntConverter.ConvertToUshort(WriteValue)); }