using System.Threading.Tasks;
class Example
{
static internal async Task Method(int RIGHT)
// Filler
// ChangeMe
await Task.Delay(1);
}