namespace View_by_Distance.Shared.Models.Stateless.Methods;

public interface IRelativePaths
{ // ...

    double TestStatic_GetDefaultValue();

    static double GetDefaultValue() => RelativePaths.GetDefaultValue();

}