Describe the bug
Using EnsureChannelFirst gives the warning: <class 'monai.transforms.utility.array.AddChannel'>: Class AddChannel has been deprecated since version 0.8. please use MetaTensor data type and monai.transforms.EnsureChannelFirst instead. This is because EnsureChannelFirst calls AddChannel internally.