public void WriteDataAsync(AmfWriter writer, object obj)
 {
     writer.WriteAmf3BoolSpecialAsync((bool)obj);
 }