Source: Common/Services/IAuthService.cs

namespace PublicAPI.Common.Services {
    /**
     * Authentication service interface  
     @module IAuthService
     */
    public interface IAuthService {
        void SetCurrentLang(int LangId);
    }
}