For non-async methods one can use
System.Reflection.MethodBase.GetCurrentMethod().Name;
https://learn.microsoft.com/en-us/dotnet/api/system.reflection.methodbase.getcurrentmethod
Please remember that for async methods it will return “MoveNext”.