When things are removed, can we have a format like this: ```diff -public UICollectionViewDelegator (ItemsViewLayout itemsViewLayout); ``` instead of this: ```csharp public UICollectionViewDelegator (ItemsViewLayout itemsViewLayout); ``` Thanks!