What will happen if declared aysnc and await both time in the method decorator.like below
pulic static async await Method()
{
}