using System.Runtime.CompilerServices; namespace EDAViewer.Models.Stateless.Methods; public interface IMethodName { static string? GetActualAsyncMethodName([CallerMemberName] string? name = null) => name; }