Several namespaces are automatically used when a class file is created by Visual Studio:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
Some of them are used in code, but some seems are not. Is it good practice to delete the ones which are not used?