public GetMeResponse GetMe(GetMeRequest getMeRequest) { Log.Info(nameof(GetMe)); return(GetMeResponse.Parse(ExecuteAction(getMeRequest))); }
public GetMeResponse GetMe(GetMeRequest getMeRequest) { return(GetMeResponse.Parse(ExecuteAction(getMeRequest))); }